home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 818 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  763 b 

  1. Path: wantree.com.au!usenet
  2. From: jpet@wantree.com.au (Jody Petroni)
  3. Newsgroups: comp.lang.c
  4. Subject: Borlands c/c++ compiler help!!
  5. Date: 9 Jan 1996 16:34:46 GMT
  6. Organization: Wantree Development
  7. Message-ID: <4cu5f6$fg2@vector.wantree.com.au>
  8. NNTP-Posting-Host: dialin58.wantree.com.au
  9. X-Newsreader: WinVN 0.92.6+
  10.  
  11. Im writing a simple-intermediate application in C I have got a compiler 
  12. from Borlands which claims to be both for C and C++ .it installs as C++ 3.1
  13. but compiles my C code satisfactorily except for 2 errors:
  14.  
  15. 1. "Group Overflowed Maximum size:DGROUP"
  16. 2. "Call to function xyz with no prototype"
  17.  
  18. I have delcared all functions as either void or with their return type
  19. so I cant quite understand Error 2 . Error 1 is a mystery.
  20.  
  21. can anyone help!???
  22.